home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / disk / cdrom / jukeboxprog.lha / jukeboxprog / JBprog-Gui.doc next >
Encoding:
Text File  |  1995-03-22  |  2.7 KB  |  86 lines

  1. TO THOSE WHO DOWNLOAD THIS BUT DON`T USE IT:
  2. WRITE ME WHY! (I`m just curious...)
  3.  
  4. Programming function for JukeBox (© Franz-Josef Reichert)
  5.  
  6. Requirements:
  7.  
  8. JukeBox
  9. An Amiga with kickstart 2.0 or newer
  10. AREXX
  11.  
  12. The idea:
  13.  
  14. JukeBox is a great program with many functions normal audio CD players don`t have,
  15. but I`ve been missing a simple programming function like the ones of even the most
  16. simple normal CD-players. Well, you don`t need this very often, but in my opinion
  17. it makes the program even more perfect. In order to keep work at a minimum level
  18. I decided to combine an AREXX-script and a small program. The script just reads the
  19. contents of the inserted CD and passes it to the program using a temporary file.
  20. The program lets the user spectify the order for playing the audio tracks. When
  21. finished, it writes the numbers to another temporary file which can be parsed by
  22. the AREXX-Script. 
  23.  
  24. INSTALLATION AND USAGE::
  25.  
  26. Just copy the files prog.jb and Prog-guiE to your JukeBox directory,
  27. rename Prog-guiE prog-gui.
  28. Start it by using an F-key (e.g. tooltype "MACRO_1=prog") or by typing
  29. "prog" from the JukeBox REXX-shell.
  30.  
  31. Known problems:
  32.  
  33. My english is not as good as it should be after nine years at school :-)
  34. Give me a hint if you find any bugs.
  35. In the case that at the end of a track there are a few nanoseconds more or
  36. less than expected, just change the line in the last part of the script
  37. which reads:
  38. 'subtime stoptime "00:01:00"' accordingly.
  39.  
  40. legal stuff:
  41.  
  42. I am not responsible for anything.
  43. This software is JOKEWARE.
  44. If you like it, send me your favourite joke.
  45. The script and the program may be copied freely (my program, not JukeBox!).
  46. In the case that anybody has modified the program or script in order to
  47. remove bugs or to make great improvements I would like him (or her) to
  48. send me the modified version.
  49. If you change major parts of the program, rewrite it or use it for other
  50. purposes I would like to appear in the part "thanks go to..." :-]
  51. If you translate it to other languages: please send!
  52.  
  53. Attention:
  54.  
  55. If you have suggestions for other additions to REXX-controllable programs
  56. in this style, don`t hesitate and tell me!
  57. If you want to complain or to send me valuables or just want to tell me
  58. that you like this program or whatever,
  59.  
  60. Here`s my address:
  61.  
  62.          Patrick Kursawe
  63.  
  64.          Hohenzollernstr. 69
  65.  
  66.          45128 Essen
  67.  
  68.          Germany
  69.  
  70. or email Patrick.Kursawe@rz.ruhr-uni-bochum.de
  71.  
  72. Mail-bombs will be sent back!
  73.  
  74. ------------------
  75.  
  76. Releases:
  77.  
  78. 1.00 first official release, caused some enforcer-hits ( I don`t have a MMU, sorry!).
  79.      thanks to André Schenk for reporting the bug and a few suggestions
  80.  
  81. 1.01ß
  82. 1.02ß
  83. 1.03ß non-public releases in order to find that damn bug.
  84.  
  85. 1.03  I hope I`ve found it :-)
  86.